home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / pchelp.arc / DOSEDIT.### < prev    next >
Text File  |  1985-01-20  |  3KB  |  47 lines

  1. COMMAND:  DOSEDIT                               DOCUMENTATION : On-line
  2.  
  3. FUNCTION: Retains DOS commands in a circular buffer and provides the user with
  4.           extensive command editing capabilities.
  5.  
  6. FORMAT:   DOSEDIT [filespec]
  7.  
  8. TYPE:     Public domain software
  9.  
  10. REMARKS:  filespec is the name of the file containing command aliases.
  11.           DOSEDIT may be invoked from the keyboard or from the AUTOEXEC.BAT
  12.           file. It attaches itself to DOS and creates two circular buffers
  13.           of 256 bytes each: one stores DOS commands and the other stores calls
  14.           from external commands and application programs. Previous commands
  15.           are recalled by Up-arrow and can then be edited as described below.
  16.           The currently displayed command is executed when Enter is pressed.
  17.           Command aliases can be stored in the specified file by a text editor,
  18.           and they may be up to 8 characters long. Each line of the file
  19.           contains the alias followed by the replacement phrase. The alias is
  20.           replaced by the expanded phrase before the command is passed to DOS.
  21.           The command line edit functions are as follows:
  22.  
  23.  
  24.  
  25.   Right arrow        Advances the cursor one character position.
  26.   Left arrow         Backs up the cursor one character position.
  27.   Ctrl-Right         Advances the cursor to the next word.
  28.   Ctrl-Left          Backs up the cursor to the previous word.
  29.   LeftShift-tab      Backs up the cursor to the previous tab position.
  30.   RightShift-tab     Advances the cursor to the next tab position.
  31.   Home               Moves the cursor to the beginning of the line.
  32.   End                Moves the cursor to the end of the line.
  33.   Del                Erases the character at the cursor position.
  34.   Back Space         Erases the character to left of the cursor.
  35.   Esc                Erases the entire line.
  36.   Ctrl-Home          Erases from the beginning of the line to the cursor.
  37.   Ctrl-end           Erases from the cursor to the end of the line.
  38.   Up arrow           Recalls the previous instruction from the stack.
  39.   Down arrow         Recalls the following instruction from the stack.
  40.   Ctrl-PgUp          Clears the current stack of all entries.
  41.   Ctrl-PgDn          Erases the currently displayed stack entry.
  42.   Ins                Toggles the insert mode. If active, cursor size changes.
  43.   Ctrl-A             Displays aliase list when under dos control.
  44.   Ctrl-Z:            End of file marker (1AH). Replaces the F6 key.
  45.   F1 thru F10:       Not used.
  46.  
  47.